ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputTime<T> Class / AutoExpandSelection Property






In This Topic
    AutoExpandSelection Property (InputTime<T>)
    In This Topic
    Gets or sets a value that indicates whether the control should automatically expand the selection to whole words/numbers when the control is clicked.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Overrides Property AutoExpandSelection As System.Boolean
    'Usage
     
    
    Dim instance As InputTime(Of T)
    Dim value As System.Boolean
     
    instance.AutoExpandSelection = value
     
    value = instance.AutoExpandSelection
    [System.ComponentModel.DefaultValue(true)]
    public override System.bool AutoExpandSelection {get; set;}
    public read-write property AutoExpandSelection: System.Boolean; override; 
    System.ComponentModel.DefaultValueAttribute()
    public override function get,set AutoExpandSelection : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_AutoExpandSelection() override;
    public: __property void set_AutoExpandSelection( 
       System.bool value
    ) override;
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool AutoExpandSelection {
       System.bool get() override;
       void set (    System.bool value) override;
    }
    See Also